| Value | Meaning |
|---|---|
| CU_COMPUTEMODE_DEFAULT0 | < Default compute mode (Multiple contexts allowed per device) |
| CU_COMPUTEMODE_EXCLUSIVE1 | < Compute-exclusive-thread mode (Only one context used by a single thread can be present on this device at a time) |
| CU_COMPUTEMODE_PROHIBITED2 | < Compute-prohibited mode (No contexts can be created on this device at this time) |
| CU_COMPUTEMODE_EXCLUSIVE_PROCESS3 | < Compute-exclusive-process mode (Only one context used by a single process can be present on this device at a time) |
Page generated by adrdox
Compute Modes